summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-09 14:26:11 +0000
committerBrendan O'Dea <bod@debian.org>2003-07-09 14:26:11 +0000
commit74930067432df71577d0d8529a24955ec9dfd448 (patch)
tree6398d79e7bb4febe2cab287a8814550a89c65fd0 /Makefile.in
parent03ac268fbd4d89aa870b7ccc0203af534baeb0ef (diff)
downloadhelp2man-74930067432df71577d0d8529a24955ec9dfd448.tar.gz
don't generate to stdout
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 30c79ba..f274a57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.12 2003-07-09 14:12:15 bod Exp $
+# $Id: Makefile.in,v 1.13 2003-07-09 14:26:11 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -93,9 +93,7 @@ maintainer-clean: realclean
rm -f configure
$(target): $(srcdir)/$(target).PL
- -rm -f $@
- $(PERL) $? --stdout >$@
- chmod 555 $@
+ $(PERL) $?
$(hack).so: $(srcdir)/$(hack).c
$(CC) -o $@ -shared $?