Bug 34656

Summary: popt/po/POTFILES.in fix
Product: [Retired] Red Hat Linux Reporter: Joe Orton <jorton>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-04 11:29:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2001-04-04 11:29:47 UTC
The blank line at the end of popt/po/POTFILES.in means that
popt/po/Makefile comes out like

POTFILES = \
        ../findme.c \
        ../popt.c \
        ../poptconfig.c \
        ../popthelp.c \
        ../poptparse.c \
        ../test1.c \

IRIX make complains of syntax errors (where $(POTFILES) is used) because of
the trailing slash. If the blank line at the end of POTFILES.in is removed,
all is happy.

--- rpm-4.0.2/popt/po/POTFILES.in  Thu Oct 22 20:39:17 1998
+++ rpm-4.0.2/popt/po/POTFILES.in  Thu Oct 22 20:39:17 1998
@@ -8,4 +8,3 @@
 popthelp.c
 poptparse.c
 test1.c
-

Comment 1 Jeff Johnson 2001-04-17 19:33:50 UTC
Fixed, in rpm-4.0.3-0.5 and later.