diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 02:59:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 02:59:29 +0000 |
commit | ab2f3bcfe047318a01f6b5fb82a339fd11ad4489 (patch) | |
tree | a6a867b09b9678c681e36caf8e783deb4a11ff89 /Makefile | |
parent | 48c43e0d7549ee1f79f1070549419b4e44b2c01c (diff) | |
download | s6-linux-utils-ab2f3bcfe047318a01f6b5fb82a339fd11ad4489.tar.xz |
Don't forget the new Makefile >.>
Diffstat (limited to '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 $@ $^ |