diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-27 10:10:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-27 10:10:45 -0400 |
commit | 1a2ac66b7db3c229b508b9b1fb68bcc5b4a6b907 (patch) | |
tree | 21dd6772f30f0f39b03a8db3410210b7af7bff53 /src/chrtrans/makefile.in | |
parent | fbcb509d8db6255777742b09da479531108aa8d0 (diff) | |
download | lynx-snapshots-1a2ac66b7db3c229b508b9b1fb68bcc5b4a6b907.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-55
Diffstat (limited to 'src/chrtrans/makefile.in')
-rw-r--r-- | src/chrtrans/makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index b1e00c7d..924b6a77 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -17,6 +17,7 @@ SITE_DEFS = # FIXME: set in parent makefile MCFLAGS = # FIXME: set in parent makefile CC = @CC@ +CPP = @CPP@ CPPOPTS = @DEFS@ @CPPFLAGS@ -I.. -I../.. -I../../$(WWWINC) $(MCFLAGS) CFLAGS = $(CPPOPTS) @CFLAGS@ @@ -103,3 +104,8 @@ clean: distclean: clean -rm -rf obsolete rm -f core *.bak *.sav *~ *.h_old + +depend : + makedepend -fmakefile -- $(CFLAGS) -- $(C_SRC) + +# DO NOT DELETE THIS LINE -- make depend depends on it. |