Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284350 | Differences between
and this patch

Collapse All | Expand All

(-)scrotwm.orig/linux/Makefile (-4 / +1 lines)
Lines 7-16 Link Here
7
7
8
LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)
8
LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)
9
9
10
all: symlink scrotwm libswmhack
10
all: scrotwm libswmhack
11
12
symlink:
13
	ln -sf ../scrotwm.c ../lib/swm_hack.c .
14
11
15
scrotwm: scrotwm.o linux.o
12
scrotwm: scrotwm.o linux.o
16
	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)
13
	$(CC) $(LDFLAGS) -o $@ $+ $(LDADD)

Return to bug 284350