diff options
Diffstat (limited to 'makefile.after')
-rw-r--r-- | makefile.after | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/makefile.after b/makefile.after index 2b119c0ce..b9f3f7af6 100644 --- a/makefile.after +++ b/makefile.after @@ -105,17 +105,6 @@ $(DESTDIR)\%.enc.gz: %.enc gzip -c < $< > $@
endif
-ifdef x11thislocaledir
-
-$(x11thislocaledir)\%: %.pre
- cl /nologo /EP $< -DXCOMM\#\# > $@
-
-$(x11thislocaledir):
- $(CREATEDIR)
-
-all: $(x11thislocaledir)
-endif
-
ifdef DESTDIR
$(DESTDIR):
$(CREATEDIR)
|