diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-13 20:58:08 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-13 20:58:08 +0200 |
commit | 3309eaa90008dcd4febf907f619a2f4f060d08b6 (patch) | |
tree | e49dbfbb7c534060170bada25b06ecd14dfcfb5b /src/Makefile | |
parent | a59347fdacd80e26394e519e578ba73de729e7a2 (diff) | |
download | apk-tools-3309eaa90008dcd4febf907f619a2f4f060d08b6.tar.gz apk-tools-3309eaa90008dcd4febf907f619a2f4f060d08b6.tar.bz2 apk-tools-3309eaa90008dcd4febf907f619a2f4f060d08b6.tar.xz apk-tools-3309eaa90008dcd4febf907f619a2f4f060d08b6.zip |
add: --initdb to replace create applet
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 74cab62..745e1da 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,6 @@ apk_OBJS = \ blob.o \ hash.o \ md5.o \ - create.o \ add.o \ del.o \ ver.o \ |