summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/suite3270/files/Makefile.in')
-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)