mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Forgot to remove rpmrc (no longer needed)
This commit is contained in:
parent
a5e5df7084
commit
54ebf64987
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
EXTRA_DIST= build_rpm.in quakeforge.conf.in quakeforge.spec.in rpmrc
|
||||
EXTRA_DIST= build_rpm.in quakeforge.conf.in quakeforge.spec.in
|
||||
|
||||
rpm: build_rpm quakeforge.conf quakeforge.spec rpmrc
|
||||
rpm: build_rpm quakeforge.conf quakeforge.spec
|
||||
./build_rpm
|
||||
|
||||
CLEANFILES = *.rpm
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
macrofiles: .rpmmacros
|
Loading…
Reference in a new issue