Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
* Makefile.in: Fix tradcif.c path. From-SVN: r35125
This commit is contained in:
parent
96be699833
commit
08d7216d46
@ -1,3 +1,7 @@
|
||||
Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
|
||||
|
||||
* Makefile.in: Fix tradcif.c path.
|
||||
|
||||
2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
|
||||
|
@ -1827,7 +1827,7 @@ tradcpp$(exeext): tradcpp.o tradcif.o cppdefault.o $(LIBDEPS)
|
||||
tradcpp.o tradcif.o cppdefault.o version.o intl.o $(LIBS)
|
||||
|
||||
tradcpp.o: tradcpp.c $(CONFIG_H) system.h version.h cppdefault.h
|
||||
tradcif.o: tradcif.c $(CONFIG_H) system.h
|
||||
tradcif.o: $(srcdir)/tradcif.c $(CONFIG_H) system.h
|
||||
|
||||
$(srcdir)/tradcif.c: $(srcdir)/tradcif.y
|
||||
cd $(srcdir); $(BISON) $(BISONFLAGS) -o tradcif.c tradcif.y
|
||||
|
Loading…
Reference in New Issue
Block a user