summaryrefslogtreecommitdiff
path: root/net-misc/suite3270/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-01 20:42:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-01 20:42:22 +0000
commit721254b86a09bdedd5eefd0de7899c90ea2ead1a (patch)
tree895fca7b3bd570d8df743dd518a6f36deca1a241 /net-misc/suite3270/files
parent618c3037024b4e5328531cdc07c6ceb7486f5329 (diff)
gentoo resync : 01.01.2018
Diffstat (limited to 'net-misc/suite3270/files')
-rw-r--r--net-misc/suite3270/files/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-misc/suite3270/files/Makefile.in b/net-misc/suite3270/files/Makefile.in
deleted file mode 100644
index 154b470de801..000000000000
--- a/net-misc/suite3270/files/Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
-# DO NOT STARE AT THE SUN
-VER = @VER@
-_SUBDIRS = @SUBDIRS@
-SUBDIRS = $(_SUBDIRS:=-$(VER))
-all:
-%:; $(MAKE) `printf '%s_$@_ ' $(SUBDIRS)`
-_words = $(subst _, ,$1)
-_dir = $(firstword $(call _words,$@))
-_targ = $(lastword $(call _words,$@))
-%_:; $(MAKE) -C $(_dir) $(_targ) $(EXTRA_TARGETS)