diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 00:48:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-16 00:48:52 +0000 |
commit | 98a90be5dbd92b2f1bd0f01ccf71a5700289e1c0 (patch) | |
tree | fe331f10282aafa294dc68cd15907213d62e577a /Makefile | |
parent | ec7af73d06068f5517931ac6f510de50f2bbcd5b (diff) | |
download | execline-98a90be5dbd92b2f1bd0f01ccf71a5700289e1c0.tar.xz |
Test new make features
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 $@ $^ |