From 135c25956a367cb23bd6643781cc6511e54967a6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 5 Oct 2012 22:42:06 +0000 Subject: [PATCH] =?UTF-8?q?ps3:=20refactor=20elf=20=E2=86=92=20self=20buil?= =?UTF-8?q?d=20logic=20and=20make=20make=5Ffself=20mandatory=20when=20buil?= =?UTF-8?q?ding=20for=20the=20PS3=20on=20a=20Unix=20system.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neercs/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index 0b1d28f..ef43fee 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -26,15 +26,6 @@ neercs_LDFLAGS = $(top_builddir)/src/liblol.a \ @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a -if BUILD_NEERCS -all-local: neercs$(EXEEXT) - test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self -endif - -CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ - $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ - $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) - old_sources = \ old/actions.c \ old/ansi.c \