Fix make distclean error
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 8 Jul 2011 05:30:55 +0000 (14:30 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 8 Jul 2011 05:30:55 +0000 (14:30 +0900)
debian/rules

index ee2cb03..25280bd 100755 (executable)
@@ -12,4 +12,4 @@ CFLAGS += -fPIC -W -Wall -Wextra
 LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed
 
 clean::
-       [ ! -f Makefile ] || make distclean
+       [ ! -f Makefile ] || make distclean || true