aboutsummaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-23 17:35:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-23 17:35:06 +0000
commitedb3871913d4fa7d6ef0f01827a194d6362c3c71 (patch)
tree3bf73332cc39e6e0595f6280d5aad46cd9324c6d /apps/system/Makefile
parentc62d3d93deef9ec14e80c3a96d70f846deeff66e (diff)
downloadpx4-firmware-edb3871913d4fa7d6ef0f01827a194d6362c3c71.tar.gz
px4-firmware-edb3871913d4fa7d6ef0f01827a194d6362c3c71.tar.bz2
px4-firmware-edb3871913d4fa7d6ef0f01827a194d6362c3c71.zip
Remove some dependencies of distclean on clean. This should not be necessary in higher level makefiles and should speed up make distclean
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/Makefile')
-rw-r--r--apps/system/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index 9955a6b2c..057fbcf77 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -73,4 +73,4 @@ depend: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_depend)
clean: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_clean)
-distclean: clean $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_distclean)
+distclean: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_distclean)