diff options
author | grant <grant@pkgsrc.org> | 2003-07-17 19:36:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-17 19:36:43 +0000 |
commit | aec55e892fa335a71d3e3e22ebc32ec881162b07 (patch) | |
tree | 81e5a4667050b3277ac11ef4e23214c3193783aa /pkgtools | |
parent | 0ae08cb6a5158c58c0aa33a69ffd5e2328a95c8f (diff) | |
download | pkgsrc-aec55e892fa335a71d3e3e22ebc32ec881162b07.tar.gz |
force nbtypes.h to be built, and run ranlib after building the static
archive.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in index f348585a7ca..8186b552641 100644 --- a/pkgtools/libnbcompat/files/Makefile.in +++ b/pkgtools/libnbcompat/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.6 2003/06/30 14:48:00 grant Exp $ +# $NetBSD: Makefile.in,v 1.7 2003/07/17 19:36:43 grant Exp $ # srcdir = @srcdir@ @@ -27,13 +27,14 @@ OBJS = @LIBOBJS@ \ LINK= = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) +all: nbtypes.h ${LIB} + .c.o: nbtypes.h $(COMPILE) $(DEFS) -c $< -o $@ -all: ${LIB} - ${LIB}: ${OBJS} ${AR} cr $@ ${OBJS} + ${RANLIB} $@ nbtypes.h: bits ./bits nbtypes.h |