From 2c3bc9c9b9b2b11892fe820a2fa8274dfd1dc25b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 16 May 2013 09:38:31 -0700 Subject: [PATCH] Unix build: tweak Makefiles in sample apps --- samples/example_app/Makefile | 3 +-- samples/vboxwrapper/Makefile | 3 +-- samples/wrappture/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/samples/example_app/Makefile b/samples/example_app/Makefile index bb037422cc..482d8c46e9 100644 --- a/samples/example_app/Makefile +++ b/samples/example_app/Makefile @@ -50,8 +50,7 @@ libstdc++.a: ttfont.cpp: ln -s ../../api/ttfont.cpp . -clean: - /bin/rm -f $(PROGS) *.o libstdc++.a +clean: distclean distclean: /bin/rm -f $(PROGS) *.o libstdc++.a diff --git a/samples/vboxwrapper/Makefile b/samples/vboxwrapper/Makefile index 383388572d..4762dfcf21 100644 --- a/samples/vboxwrapper/Makefile +++ b/samples/vboxwrapper/Makefile @@ -21,8 +21,7 @@ all: $(PROGS) libstdc++.a: ln -s `g++ -print-file-name=libstdc++.a` -clean: - rm $(PROGS) *.o +clean: distclean distclean: /bin/rm -f $(PROGS) *.o libstdc++.a diff --git a/samples/wrappture/Makefile b/samples/wrappture/Makefile index 204d119bf5..4894392071 100644 --- a/samples/wrappture/Makefile +++ b/samples/wrappture/Makefile @@ -23,8 +23,7 @@ all: $(PROGS) libstdc++.a: ln -s `g++ -print-file-name=libstdc++.a` -clean: - rm $(PROGS) *.o +clean: distclean distclean: /bin/rm -f $(PROGS) *.o libstdc++.a