diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-27 02:10:57 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-27 02:10:57 +0000 |
| commit | cc73efda66844ca87f1dd263926517664e8b1b08 (patch) | |
| tree | 16153d053563925a0a820ceea2eef572e4abaa29 /Makefile | |
| parent | 83115bc06793c68f460ea05fc2d8182751e86c35 (diff) | |
| download | execline-cc73efda66844ca87f1dd263926517664e8b1b08.tar.gz | |
Build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ $(DESTDIR)$(pkgconfdir)/lib%.pc: lib%.pc %.lo: %.c exec $(CC) $(CPPFLAGS_ALL) $(CFLAGS_ALL) $(CFLAGS_SHARED) -c -o $@ $< -$(ALL_BINS): +$(ALL_BINS) $(TEST_BINS): exec $(CC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(EXTRA_LIBS) $(LDLIBS) lib%.a.xyzzy: |
