diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-07 20:14:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-07 20:14:12 +0100 |
commit | 25448b89bc693d56b074cd7b2a9c60ddc12f7404 (patch) | |
tree | 08944b3aeb808dbaab29b764e0e06023922e42e2 /package | |
parent | 2bbfadac526c7880720e518e0fdd84ac0ca601bd (diff) |
unify
Diffstat (limited to 'package')
-rw-r--r-- | package/nand/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/nand/Makefile b/package/nand/Makefile index 1e54d3387..f904bc910 100644 --- a/package/nand/Makefile +++ b/package/nand/Makefile @@ -24,9 +24,8 @@ BUILD_STYLE:= manual INSTALL_STYLE:= manual do-build: - mkdir -p ${WRKBUILD} ${TARGET_CC} -Wall ${TCPPFLAGS} ${TCFLAGS} -o ${WRKBUILD}/nand \ - ./src/nand.c + ${WRKBUILD}/nand.c do-install: ${INSTALL_DIR} ${IDIR_NAND}/sbin |