]> git.pld-linux.org Git - packages/bsdmake.git/commitdiff
- added %{rpmflags}
authortwittner <twittner@pld-linux.org>
Sat, 28 May 2005 08:53:52 +0000 (08:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bsdmake.spec -> 1.3

bsdmake.spec

index 6f355a893b6f51d64b0a1eb028bc3b892f8f1e1a..5fa89e09ab2e3c40ee414e477a15e3c689191015 100644 (file)
@@ -16,10 +16,11 @@ BSD make program.
 %setup -q 
 
 %build
-%{__cc} -DDEFSHELL=1 -Dlint -I. -c *.c
-cd lst.lib; %{__cc} -I.. -Dlint -c *.c
+%{__cc} %{rpmcflags} -DDEFSHELL=1 -Dlint -I. -c *.c
+cd lst.lib
+%{__cc} %{rpmcflags} -I.. -Dlint -c *.c
 cd ..
-%{__cc} *.o lst.lib/*.o -o bsdmake
+%{__cc} %{rpmcflags} *.o lst.lib/*.o -o bsdmake
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.080118 seconds and 4 git commands to generate.