diff options
author | joerg <joerg@pkgsrc.org> | 2015-05-02 12:52:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-05-02 12:52:59 +0000 |
commit | acfd81289c0b6e1f8af9f08a44392ac4dae9d308 (patch) | |
tree | 37e29c38079457151ff05a942050e79f29191b52 /pkgtools | |
parent | b32549580bfb3f26c77600154231821ec0dd2598 (diff) | |
download | pkgsrc-acfd81289c0b6e1f8af9f08a44392ac4dae9d308.tar.gz |
Reapply 1.37, but split the dependencies correctly into the header and
library dependency.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in index 326b5c623d1..9a0f0103ca7 100644 --- a/pkgtools/libnbcompat/files/Makefile.in +++ b/pkgtools/libnbcompat/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.38 2015/05/02 11:59:05 ryoon Exp $ +# $NetBSD: Makefile.in,v 1.39 2015/05/02 12:52:59 joerg Exp $ # srcdir= @srcdir@ @@ -71,7 +71,8 @@ WITH_DB= @WITH_DB@ LINK= $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ COMPILE= $(CC) $(CPPFLAGS) $(CFLAGS) -all: nbcompat/nbconfig.h $(LIB) +all: $(LIB) +all $(OBJS): nbcompat/nbconfig.h .c.o: $(COMPILE) $(DEFS) -c $< |