about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-07 22:59:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-07 22:59:00 +0000
commita10ca53cd1957a04d0ed709dfb0a59742547ed76 (patch)
tree49fb7ed5aa1985e25c85304a1de9bd4bf14b5384 /GNUmakefile
parent708ab2d6edbe32636cf307a6210cd3881e1575ef (diff)
downloadnetpbm-mirror-a10ca53cd1957a04d0ed709dfb0a59742547ed76.tar.gz
netpbm-mirror-a10ca53cd1957a04d0ed709dfb0a59742547ed76.tar.xz
netpbm-mirror-a10ca53cd1957a04d0ed709dfb0a59742547ed76.zip
Release 10.47.51
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2276 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 2ad0dfe0..38564e98 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -137,7 +137,7 @@ pm_config.h: \
 	echo '#ifndef PM_CONFIG_H' >>$@
 	echo '#define PM_CONFIG_H' >>$@
 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 >>$@