diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-29 04:13:59 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-29 04:13:59 +0200 |
commit | 61013ec4fd85e9f8eef1f34bf6d1855ba26211d7 (patch) | |
tree | 31fa547089256b800c87a898e7f456bc7402ccf0 /nx-X11/lib/Xfixes/Imakefile | |
parent | fa0286ed673c11777831de1f2297cef805954272 (diff) | |
parent | a28be4aa9cdb455493e47b9459c2d72a7c6acee4 (diff) | |
download | nx-libs-61013ec4fd85e9f8eef1f34bf6d1855ba26211d7.tar.gz nx-libs-61013ec4fd85e9f8eef1f34bf6d1855ba26211d7.tar.bz2 nx-libs-61013ec4fd85e9f8eef1f34bf6d1855ba26211d7.zip |
Merge branch 'sunweaver-pr/no-autotools-cruft' into arctica-3.6.x
Attributes GH PR #57: https://github.com/ArcticaProject/nx-libs/pull/57
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) - |