[zaptel-commits] file: branch file/zaptel-firmware r1864 -
/team/file/zaptel-firmware/firmware/
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Thu Jan 18 23:43:39 MST 2007
Author: file
Date: Fri Jan 19 00:43:39 2007
New Revision: 1864
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1864
Log:
I meant rm -f not rm -r
Modified:
team/file/zaptel-firmware/firmware/Makefile
Modified: team/file/zaptel-firmware/firmware/Makefile
URL: http://svn.digium.com/view/zaptel/team/file/zaptel-firmware/firmware/Makefile?view=diff&rev=1864&r1=1863&r2=1864
==============================================================================
--- team/file/zaptel-firmware/firmware/Makefile (original)
+++ team/file/zaptel-firmware/firmware/Makefile Fri Jan 19 00:43:39 2007
@@ -77,7 +77,7 @@
# Clean up anything we built
clean:
rm -f zaptel-fw-*.o
- rm -r zaptel-fw-*.h
+ rm -f zaptel-fw-*.h
# Create object files suitable for linking against
object-build: $(FIRMWARE) $(OBJECT_FILES)
More information about the zaptel-commits
mailing list