Commit 78f2cb70 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package/microperl: fix build



There seems to be some confusion about makefile/Makefile, so just fixup
both files for now to keep it safe.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6b1dd45b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

	Additional fixes and cleanups.

	Updated/fixed packages: alsamixergui, fltk, ncurses, vim
	Updated/fixed packages: alsamixergui, fltk, microperl, ncurses, vim

	Issues resolved (http://bugs.uclibc.org):

+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
$(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured
	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/Makefile
	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/Makefile
	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/makefile
	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/makefile
	touch $@

$(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed