diff options
author | Jon Nelson <jnelson@securepipe.com> | 2002-01-06 18:54:35 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@securepipe.com> | 2002-01-06 18:54:35 +0000 |
commit | e1be1eadeea92f61f457bf53e55ea6cc0443e9aa (patch) | |
tree | ac8e294e74b6cfa3f64be792f63a3a550c161fb1 /boa.mk | |
parent | c79e99824e064382cbbfed2bc56d5d6aae710ff0 (diff) | |
download | buildroot-novena-e1be1eadeea92f61f457bf53e55ea6cc0443e9aa.tar.gz buildroot-novena-e1be1eadeea92f61f457bf53e55ea6cc0443e9aa.zip |
some more cleanups. This one works pretty well
Diffstat (limited to 'boa.mk')
-rw-r--r-- | boa.mk | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -34,12 +34,9 @@ $(BOA_WORKDIR)/Makefile: $(TARGET_CC) $(BOA_DIR)/.unpacked (cd $(BOA_WORKDIR) && CC=$(TARGET_CC) $(BOA_DIR)/src/configure); \ fi touch $(BOA_WORKDIR)/.depend - touch $(BOA_WORKDIR)/.unpacked -$(BOA_WORKDIR)/boa: $(BOA_WORKDIR)/Makefile - make VPATH=$(BOA_DIR)/src/ -C $(BOA_WORKDIR) - -$(BOA_WORKDIR)/boa_indexer: $(BOA_WORKDIR)/Makefile +$(BOA_WORKDIR)/boa $(BOA_WORKDIR)/boa_indexer: $(BOA_WORKDIR)/Makefile + rm -f $@ make VPATH=$(BOA_DIR)/src/ -C $(BOA_WORKDIR) $(BOA_WORKDIR)/.installed: $(BOA_WORKDIR)/boa $(BOA_WORKDIR)/boa_indexer |