From 174127b01ef19ede414294bc5e9375db0c671f9c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 24 Aug 2014 00:20:36 +0000 Subject: Fix build of pm_config.h for systems that don't need any inttypes.h-like thing git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2252 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b0b7f005..80d4b5b0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -148,7 +148,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 >>$@ -- cgit 1.4.1