summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:18:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:18:03 +0000
commit405d5a9fe86bc1e23d13b47a9198537bdcfe7920 (patch)
tree7e1c16e5b0514398867467047a22aed090a84dac /c
parentRegenerated. (diff)
downloadrtems-405d5a9fe86bc1e23d13b47a9198537bdcfe7920.tar.bz2
Added pre_install_src as a dependency to debug and profile per Ralf Corsepius'
recommendation.
Diffstat (limited to 'c')
-rw-r--r--c/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index f0bf006d45..acd58ebe78 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -74,8 +74,8 @@ pre_install_src: env make_src_makefiles
cd $$CURRDIR; \
done
all: pre_install_src env
-debug: env
-profile: env
+debug: pre_install_src env
+profile: pre_install_src env
install: all install_files
debug_install: env debug install_files