diff options
author | Björn Gustavsson <[email protected]> | 2010-04-13 07:04:26 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-04-30 06:16:02 +0200 |
commit | b45b616fe218913cfb1089a10e1e85a1c19948f8 (patch) | |
tree | 35f9e672cdf98fc3e6cf0602e6078c7720b044e2 /Makefile.in | |
parent | 1f75cca06eb40513ba42dd66c2a1af4718b9071d (diff) | |
download | otp-b45b616fe218913cfb1089a10e1e85a1c19948f8.tar.gz otp-b45b616fe218913cfb1089a10e1e85a1c19948f8.tar.bz2 otp-b45b616fe218913cfb1089a10e1e85a1c19948f8.zip |
Makefiles: Remove stray OSE/Delta support
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 30aab6add1..ac2015f8e4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -357,13 +357,9 @@ all_bootstraps: emulator \ # binaries in your PATH instead of those created from the # pre-compiled Erlang modules under bootstrap/. # -ifeq ($(findstring ose,$(TARGET)),ose) -noboot: - $(MAKE) BOOT_PREFIX= emulator libs -else noboot: $(MAKE) BOOT_PREFIX= emulator libs local_setup -endif + noboot_install: $(MAKE) BOOT_PREFIX= install |