diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 03:00:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 03:00:21 +0000 |
commit | bd13a4ee07b9ca8d24f1cf071393c2f8adf8e85e (patch) | |
tree | 1b05064512700f2e14fd7a99e2ff9ccfcef91403 | |
parent | 4369aea522ea453e0adaddb40b0a69f5807e34cf (diff) | |
download | s6-dns-bd13a4ee07b9ca8d24f1cf071393c2f8adf8e85e.tar.xz |
Don't forget the new Makefile >.>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ $(DESTDIR)$(includedir)/$(package)/%.h: src/include/$(package)/%.h exec $(REALCC) $(CPPFLAGS_ALL) $(CFLAGS_ALL) $(CFLAGS_SHARED) -c -o $@ $< $(ALL_BINS): - exec $(REALCC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(LDLIBS_ALL) + exec $(REALCC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(EXTRA_LIBS) $(LDLIBS_ALL) lib%.a: exec $(AR) rc $@ $^ |