diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-23 16:24:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-26 05:22:14 +0200 |
commit | a28be4aa9cdb455493e47b9459c2d72a7c6acee4 (patch) | |
tree | f289f4b25d8589c7f569a5595c8d4741a8d4f426 /nx-X11/lib/Xfixes/Imakefile | |
parent | 5af9863e7b9c2ccb2b9ecb4ef638555dfc2edf51 (diff) | |
download | nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.tar.gz nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.tar.bz2 nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.zip |
library clean-up: No autotools cruft in nx-libs.
Diffstat (limited to 'nx-X11/lib/Xfixes/Imakefile')
-rw-r--r-- | nx-X11/lib/Xfixes/Imakefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nx-X11/lib/Xfixes/Imakefile b/nx-X11/lib/Xfixes/Imakefile index 3dc1bd983..ca1fe046b 100644 --- a/nx-X11/lib/Xfixes/Imakefile +++ b/nx-X11/lib/Xfixes/Imakefile @@ -61,15 +61,3 @@ MANSUFFIX=$(LIBMANSUFFIX) InstallManPage(Xfixes,$(LIBMANDIR)) DependTarget() - -all:: xfixes.pc - -xfixes.pc: xfixes.pc.in - RemoveFile($@) - sh ../Xrender/config-subst $(SUBSTVARS) < xfixes.pc.in > $@ - -InstallNonExecFile(xfixes.pc,$(USRLIBDIR)/pkgconfig) - -clean:: - RemoveFile(xfixes.pc) - |