about summary refs log tree commit diff
path: root/Makefile.common
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-31 01:49:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-31 01:49:12 +0000
commit84a1357887277d5be533cd64b3fce8b90c094a5f (patch)
tree799fced53736987f9fc81b202dcf92b9c68593c9 /Makefile.common
parentdccecd9bec76e6e007d7220cf4e31e3ca8b80102 (diff)
downloadnetpbm-mirror-84a1357887277d5be533cd64b3fce8b90c094a5f.tar.gz
netpbm-mirror-84a1357887277d5be533cd64b3fce8b90c094a5f.tar.xz
netpbm-mirror-84a1357887277d5be533cd64b3fce8b90c094a5f.zip
Remove space after -I
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@517 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c626f226..12f54704 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -77,7 +77,7 @@ include $(SRCDIR)/Makefile.version
 # fully made.
 .DELETE_ON_ERROR:
 
-NETPBM_INCLUDES := -I importinc -I$(SRCDIR)/$(SUBDIR)
+NETPBM_INCLUDES := -Iimportinc -I$(SRCDIR)/$(SUBDIR)
 
 # -I. is needed when builddir != srcdir
 INCLUDES = -I. $(COMP_INCLUDES) $(NETPBM_INCLUDES) $(EXTERN_INCLUDES)