]> git.pld-linux.org Git - packages/defrag.git/commitdiff
- added shared target to Makefile
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:38:40 +0000 (14:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    defrag-shared.patch -> 1.1

defrag-shared.patch [new file with mode: 0644]

diff --git a/defrag-shared.patch b/defrag-shared.patch
new file mode 100644 (file)
index 0000000..c5c1098
--- /dev/null
@@ -0,0 +1,21 @@
+--- defrag-0.73/Makefile~      Tue Dec 26 02:03:21 2000
++++ defrag-0.73/Makefile       Tue Dec 26 02:05:48 2000
+@@ -38,6 +38,7 @@
+ #LDFLAGS:=$(LDFLAGS) -Xlinker -qmagic
+ PROGS = e2defrag e2defrag.static defrag e2dump frag
++SPROGS = e2defrag defrag e2dump frag
+ MAN = defrag.8 frag.8
+ OBJS = defrag.o buffers.o display.o misc.o llseek.o
+@@ -86,6 +87,10 @@
+ install: all
+       install $(PROGS) $(BINDIR)
++      install -m644 $(MAN) $(MANDIR)/man8
++
++install_shared: $(SPROGS)
++      install $(SPROGS) $(BINDIR)
+       install -m644 $(MAN) $(MANDIR)/man8
This page took 0.126201 seconds and 4 git commands to generate.