summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balkan/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/balkan/Makefile b/balkan/Makefile
index ef891b497..18e324338 100644
--- a/balkan/Makefile
+++ b/balkan/Makefile
@@ -8,13 +8,12 @@ CFLAGS=-I/usr/include/python1.5
TARGET = libbalkan.a
ifeq (.depend,$(wildcard .depend))
-TARGET=all
+DEPTARGET=all
else
-TARGET=depend all
+DEPTARGET=depend all
endif
-everything: $(TARGET)
-
+everything: $(DEPTARGET)
all: $(TARGET) _balkanmodule.so