aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2011-11-24 16:38:36 +0100
committerDan Gudmundsson <[email protected]>2011-11-25 10:40:32 +0100
commit69445197463ee031864b70f2b5618013461b2df0 (patch)
tree37a7ae2757acea0105a4f5c017998da7b37b697a /lib/observer/src/Makefile
parentd05100131a0492d71cbda3fa2a6ba647f14c610a (diff)
downloadotp-69445197463ee031864b70f2b5618013461b2df0.tar.gz
otp-69445197463ee031864b70f2b5618013461b2df0.tar.bz2
otp-69445197463ee031864b70f2b5618013461b2df0.zip
[observer] Remove unused time from process view
And fix broken makefile in previous commit. Also improved error message in table viewer
Diffstat (limited to 'lib/observer/src/Makefile')
-rw-r--r--lib/observer/src/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile
index f2f3f68115..19702d6d89 100644
--- a/lib/observer/src/Makefile
+++ b/lib/observer/src/Makefile
@@ -105,10 +105,7 @@ ERL_COMPILE_FLAGS += \
# ----------------------------------------------------
# Targets
# ----------------------------------------------------
-
-$(TARGET_FILES): $(INTERNAL_HRL_FILES)
-
-debug opt: $(TARGET_FILES)
+opt debug: $(TARGET_FILES)
clean:
rm -f $(TARGET_FILES)
@@ -120,6 +117,8 @@ $(APP_TARGET): $(APP_SRC) ../vsn.mk
$(APPUP_TARGET): $(APPUP_SRC) ../vsn.mk
sed -e 's;%VSN%;$(VSN);' $< > $@
+$(TARGET_FILES): $(INTERNAL_HRL_FILES)
+
docs:
# ----------------------------------------------------