Skip to content

Commit

Permalink
- Use of tar in build system now dependent on ./configure check.
Browse files Browse the repository at this point in the history
- Fix of use of install for MacOSX (and other BSD install variants).

WARNING: rerun ./configure
  • Loading branch information
atzedijkstra committed Mar 21, 2010
1 parent 85537b6 commit 6a5ae2c
Show file tree
Hide file tree
Showing 6 changed files with 27,183 additions and 6,098 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ release-prepare:
FUN_PREFIX2DIR = $(patsubst %/,%,$(1))

tst:
@echo $(if $(ENABLE_JAVA),$(INSTALL_LIB_JAZY),)
@echo $(EHCLIB_ALL_LIBS2)

tstv:
$(MAKE) EHC_VARIANT=100 tst
Expand Down
Loading

0 comments on commit 6a5ae2c

Please sign in to comment.