File scripts.diff of Package xorg-x11
diff -u -r ../scripts-X11R7.0-1.0.1.orig/Makefile.am ./Makefile.am
--- ../scripts-X11R7.0-1.0.1.orig/Makefile.am 2006-10-09 17:03:44.000000000 +0200
+++ ./Makefile.am 2006-10-09 17:04:31.000000000 +0200
@@ -21,15 +21,6 @@
dist_bin_SCRIPTS = fontname.sh fontprop.sh xon
-bin_SCRIPTS = xauth_switch_to_sun-des-1
-
-xauth_switch_to_sun-des-1: $(srcdir)/xauth_switch_to_sun-des-1.cpp
- grep -v Avoid $(srcdir)/xauth_switch_to_sun-des-1.cpp | sed -e /^\#.*$$/d -e s/XCOMM/\#/g > $@
-
-CLEANFILES = xauth_switch_to_sun-des-1
-
-EXTRA_DIST = xauth_switch_to_sun-des-1.cpp
-
appman_PRE = \
xon.man
@@ -38,8 +29,8 @@
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-EXTRA_DIST += $(appman_PRE)
-CLEANFILES += $(appman_DATA)
+EXTRA_DIST = $(appman_PRE)
+CLEANFILES = $(appman_DATA)
SED = sed