blob: 667c8f15bbf9289198da1208155c37bc0a376690 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- libefs/Makefile.in.orig Tue Oct 3 21:50:49 2000
+++ libefs/Makefile.in Tue Oct 3 22:26:30 2000
@@ -91,3 +91,3 @@
CONFIG_CLEAN_FILES = libefs-config libefs.pc
-SCRIPTS = $(bin_SCRIPTS) $(pc_SCRIPTS)
+SCRIPTS = $(bin_SCRIPTS)
@@ -350,3 +350,3 @@
-install-data-am: install-pcSCRIPTS
+install-data-am:
install-data: install-data-recursive
@@ -364,3 +364,3 @@
installdirs-am:
- $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pcdir)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
|