pkgsrc-ng/lang/gcc45/patches/patch-libcpp_Makefile.in
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

14 lines
477 B
Plaintext

$NetBSD$
--- libcpp/Makefile.in.orig Thu Apr 28 14:31:38 2011
+++ libcpp/Makefile.in
@@ -141,7 +141,7 @@ $(srcdir)/config.in: @MAINT@ $(srcdir)/configure.ac
localedir.h: localedir.hs; @true
localedir.hs: Makefile
echo "#define LOCALEDIR \"$(localedir)\"" > localedir.new
- $(srcdir)/../move-if-change localedir.new localedir.h
+ $(SHELL) $(srcdir)/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
# Installation rules and other phony targets