about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)