From a626cdc9670a4b3bcd93185d0b8148025b004eab Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 14 Sep 1994 16:35:25 +0000 Subject: This just gets worse. I have to remake the Makefiles before installation too, to get the change propagated. Basically we need to figure out why quoted strings in install args get hosed (I think our sh may be ill). --- x11-wm/fvwm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-wm/fvwm/Makefile') diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index c39830f4a384..30118d0af45f 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1994/09/14 16:17:31 jkh Exp $ +# $Id: Makefile,v 1.6 1994/09/14 16:18:10 jkh Exp $ # DISTNAME= fvwm-1.23b @@ -16,5 +16,6 @@ DEPENDS= x11/xpm pre-install: @cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h + @(cd ${WRKSRC}; ${MAKE} Makefiles) .include -- cgit