mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Fix a couple of missed edits from the previous commit.
This commit is contained in:
parent
eefa89e72e
commit
120f93e714
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ QFLMP_INCS=@QFLMP_INCS@
|
|||
|
||||
INCLUDES= -I$(top_srcdir)/include $(QFLMP_INCS)
|
||||
|
||||
bin_PROGRAMS= $(qflmp)
|
||||
bin_PROGRAMS= qflmp
|
||||
|
||||
#mans=qflmp.1
|
||||
man_MANS= $(mans)
|
||||
|
|
|
@ -7,7 +7,7 @@ WAD_INCS=@WAD_INCS@
|
|||
INCLUDES= -I$(top_srcdir)/include $(WAD_INCS)
|
||||
|
||||
|
||||
bin_PROGRAMS= $(wad)
|
||||
bin_PROGRAMS= wad
|
||||
|
||||
mans=wad.1
|
||||
man_MANS= $(mans)
|
||||
|
|
Loading…
Reference in a new issue