about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-26 14:17:56 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-26 14:17:56 +0000
commitd93a83fb600112a3411a5a4931a2c1cb914e6079 (patch)
treeb2430ebab9c558c4d56dd7e69728569d243c5166 /GNUmakefile
parent77eb12eb2edf32eb91a1e7ff11422500cca6c8ef (diff)
downloadnetpbm-mirror-d93a83fb600112a3411a5a4931a2c1cb914e6079.tar.gz
netpbm-mirror-d93a83fb600112a3411a5a4931a2c1cb914e6079.tar.xz
netpbm-mirror-d93a83fb600112a3411a5a4931a2c1cb914e6079.zip
Release 10.35.94
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@2288 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7a8725e9..06967e8d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -135,7 +135,7 @@ pm_config.h: \
 	echo '#ifndef PM_CONFIG_H' >>$@ || $(DELETEIT)
 	echo '#define PM_CONFIG_H' >>$@ || $(DELETEIT)
 ifeq ($(INTTYPES_H)x,x)
-	echo '/* Don't need to #include any inttypes.h-type thing */
+	echo '/* Dont need to #include any inttypes.h-type thing */' >>$@
 else
   ifeq ($(INTTYPES_H),"inttypes_netpbm.h")
 	cat inttypes_netpbm.h >>$@ || $(DELETEIT)