* Makefile.in (fixinc.sh): Fix dependencies.

From-SVN: r26666
This commit is contained in:
Robert Lipe 1999-04-26 23:00:53 +00:00 committed by Jeff Law
parent 26e2e81da0
commit 5d55e5cda6
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Mon Apr 26 23:55:50 1999 Robert Lipe <robertlipe@usa.net>
* Makefile.in (fixinc.sh): Fix dependencies.
* fixinc/inclhack.def (avoid_bool): Enable match if typedefs are
prepended by spaces.
(sco5_stat_wrappers): New fix. Make sys/stat.h C++ safe.

View File

@ -2119,7 +2119,11 @@ stmp-int-hdrs: stmp-fixinc $(USER_H) xlimits.h
stmp-headers:
touch $@
fixinc.sh: $(srcdir)/fixinc/mkfixinc.sh
FIXINCSRCDIR=$(srcdir)/fixinc
fixinc.sh: $(FIXINCSRCDIR)/mkfixinc.sh $(FIXINCSRCDIR)/fixincl.c \
$(FIXINCSRCDIR)/procopen.c $(FIXINCSRCDIR)/regex.c \
$(FIXINCSRCDIR)/server.c $(FIXINCSRCDIR)/regex.h \
$(FIXINCSRCDIR)/server.h $(FIXINCSRCDIR)/inclhack.def
MAKE="$(MAKE)"; srcdir=`cd $(srcdir)/fixinc; pwd` ; \
export MAKE srcdir ; \
cd ./fixinc; $(SHELL) $${srcdir}/mkfixinc.sh $(target)