aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
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 38f0b2bf6f..33d4d661b4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -87,7 +87,7 @@ clean:
.PHONY: all clean dist distclean plugins
# Old (dumb) compile & dependcy rules
-#INCS = scumm/scumm.h common/scummsys.h common/stdafx.h
+#INCS = scumm/scumm.h common/scummsys.h
#.cpp.o:
# $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
#$(OBJS): $(INCS)