git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889964a
)
pass parseSpec
author
Marc Fiuczynski
<mef@cs.princeton.edu>
Tue, 28 Nov 2006 22:45:05 +0000
(22:45 +0000)
committer
Marc Fiuczynski
<mef@cs.princeton.edu>
Tue, 28 Nov 2006 22:45:05 +0000
(22:45 +0000)
Rules.mk
patch
|
blob
|
history
diff --git
a/Rules.mk
b/Rules.mk
index
7229654
..
457455f
100644
(file)
--- a/
Rules.mk
+++ b/
Rules.mk
@@
-4,7
+4,7
@@
# Mark Huang <mlhuang@cs.princeton.edu>
# Copyright (C) 2003-2006 The Trustees of Princeton University
#
-# $Id: Rules.mk,v 1.2
3 2006/03/28 22:05:24
mlhuang Exp $
+# $Id: Rules.mk,v 1.2
4 2006/07/24 19:23:57
mlhuang Exp $
#
# Base rpmbuild in the current directory
@@
-41,7
+41,7
@@
parseSpec: LDFLAGS := -lrpm -lrpmbuild
$(MK): $(SPECFILE) parseSpec .rpmmacros
mkdir -p tmp
- ./parseSpec $(SPECFILE) > $@
+ ./parseSpec $(
RPMFLAGS) $(
SPECFILE) > $@
# Defines SOURCES, SRPM, RPMS
include $(MK)