epj2make/Makefile: Fixed reference to crossplatform.mk
authorJerome St-Louis <jerome@ecere.com>
Fri, 24 Aug 2012 03:52:35 +0000 (23:52 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 24 Aug 2012 03:52:35 +0000 (23:52 -0400)
epj2make/Makefile

index 78cfb16..87e23e3 100644 (file)
@@ -131,7 +131,7 @@ $(TARGET): $(SOURCES) $(RESOURCES) $(SYMBOLS) $(OBJECTS) | objdir
 ifndef NOSTRIP
        $(STRIP) $(STRIPOPT) $(TARGET)
 endif
-       $(EAR) awq $(TARGET) ../include.mk ""
+       $(EAR) awq $(TARGET) ../crossplatform.mk ""
        $(EAR) awq $(TARGET) locale/zh_CN/LC_MESSAGES/epj2make.mo "locale/zh_CN/LC_MESSAGES"
        $(EAR) awq $(TARGET) locale/es_ES/LC_MESSAGES/epj2make.mo "locale/es_ES/LC_MESSAGES"
        $(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)