[project @ 1996-11-21 16:45:53 by simonm]
[ghc-hetmet.git] / ghc / utils / hscpp / Makefile
1 TOP=../../..
2 include $(TOP)/ghc/mk/ghc.mk
3
4 PROG=hscpp
5 # no INTERP: do *not* want #! script stuck on the front
6 SRC=hscpp.prl
7 DESTDIR=$(INSTLIBDIR_GHC)
8
9 # PerlTagsTarget( *.prl ) /* nothing for the Bourne shell scripts */
10
11 include $(TOP)/mk/script.mk
12