summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-31 11:22:08 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-31 22:48:27 +0100
commitb23fd149a54353ddf4c26afa53be556c6c8acc7b (patch)
tree27f12499ead2b271646427162b3a5f52ddaff3dc /net-misc/suite3270/files
parentdev-embedded/openocd: Clean old up (diff)
downloadgentoo-b23fd149a54353ddf4c26afa53be556c6c8acc7b.tar.gz
gentoo-b23fd149a54353ddf4c26afa53be556c6c8acc7b.tar.bz2
gentoo-b23fd149a54353ddf4c26afa53be556c6c8acc7b.zip
net-misc/suite3270: Clean old up
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)