From 3665caf36b0f2fdee2fa1ead72c4fd34340d3576 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 12 Oct 2007 02:37:01 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@433 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0103aa9f..84207d5d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -145,11 +145,11 @@ endif MAJOR := $(NETPBM_MAJOR_RELEASE) MINOR := $(NETPBM_MINOR_RELEASE) POINT := $(NETPBM_POINT_RELEASE) -version.h: +version.h: $(SRCDIR)/Makefile.version @rm -f $@ - @echo "/* Generated by make file rule */" >$@ + @echo "/* Generated by make file rule */" >>$@ @echo "#define NETPBM_VERSION" \ - \"Netpbm $(MAJOR).$(MINOR).$(POINT)"\"" >$@ + \"Netpbm $(MAJOR).$(MINOR).$(POINT)"\"" >>$@ .PHONY: install -- cgit 1.4.1