diff src/adplug/core/Makefile @ 35:33ed88fef9f5 trunk

[svn] Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay?
author chainsaw
date Mon, 18 Sep 2006 08:54:41 -0700
parents 1564e11adc2b
children d19ac60697ec
line wrap: on
line diff
--- a/src/adplug/core/Makefile	Mon Sep 18 08:47:33 2006 -0700
+++ b/src/adplug/core/Makefile	Mon Sep 18 08:54:41 2006 -0700
@@ -1,5 +1,5 @@
-include ../../../../mk/rules.mk
-include ../../../../mk/init.mk
+include ../../../mk/rules.mk
+include ../../../mk/init.mk
 
 OBJECTIVE_LIBS_NOINST = libadplugcore.a
 
@@ -23,4 +23,4 @@
 
 OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cxx=.o}
 
-include ../../../../mk/objective.mk
+include ../../../mk/objective.mk