summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-05-09 07:05:59 -0700
committerTim Rice <tim@multitalents.net>2002-05-09 07:05:59 -0700
commita7a5d6d1b54e5c6f4827d7b6545b59787fe61e71 (patch)
tree344eeb6936f3a5e99d220c5e44e1c6e6ec1207e6 /Makefile.in
parentffc868ff836100ad41fe18a0e48e2705a211c417 (diff)
Unbreak make -f Makefile.in distprep
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 62859bf13..6af2e3a87 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,7 @@
1# $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $ 1# $Id: Makefile.in,v 1.206 2002/05/09 14:05:59 tim Exp $
2 2
3SHELL = @SH@ 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@
4 5
5prefix=@prefix@ 6prefix=@prefix@
6exec_prefix=@exec_prefix@ 7exec_prefix=@exec_prefix@