From 95b362f4a1f95721c12ff50d13616dbc19ff3626 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 9 Apr 1998 14:00:32 +0000 Subject: [PATCH] fixed some broken install rules CVS patchset: 2083 CVS date: 1998/04/09 14:00:32 --- popt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popt/Makefile.in b/popt/Makefile.in index f7504da..ddc5257 100644 --- a/popt/Makefile.in +++ b/popt/Makefile.in @@ -54,8 +54,8 @@ depend: install: mkdir -p $(PREFIX)/$(INCLUDE) mkdir -p $(PREFIX)/$(LIBS) - $INSTALL_DATA) -m 644 popt.h $(PREFIX)/$(INCLUDE)/popt.h - $INSTALL_DATA) -m 644 $(LIBPOPT) $(PREFIX)/$(LIBS)/$(LIBPOPT) + $(INSTALL_DATA) -m 644 popt.h $(PREFIX)/$(INCLUDE)/popt.h + $(INSTALL_DATA) -m 644 $(LIBPOPT) $(PREFIX)/$(LIBS)/$(LIBPOPT) archive: cvs tag -F $(CVSTAG) . -- 2.7.4