Moved targets dir where it belongs.

This commit is contained in:
Marcus Sundberg 2000-03-07 23:23:01 +00:00
parent 0912bcbb6d
commit ddfbc49092

View file

@ -2,7 +2,7 @@
# The above line is so vim knows that this is a makefile.
COMMON_DIR := $(PROJECT_DIR)/common
TARGET_DIR := $(PROJECT_DIR)/targets
TARGET_DIR := $(top_builddir)/targets
QW_COMMON_DIR := $(PROJECT_DIR)/qw_common
BUILD_DIR := $(TARGET_DIR)/$(MODULE)