summaryrefslogtreecommitdiff
path: root/packages/python/python-pygobject/generate-constants.patch
blob: 57a9380620bbe1fdfa96cd21af5bc93063e3dd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: pygobject-2.14.2/gobject/Makefile.am
===================================================================
--- pygobject-2.14.2.orig/gobject/Makefile.am
+++ pygobject-2.14.2/gobject/Makefile.am
@@ -21,11 +21,11 @@ if PLATFORM_WIN32
 common_ldflags += -no-undefined
 endif
 
-constants.py: generate-constants$(EXEEXT) constants.py.in
+constants.py: constants.py.in
 	rm -f constants.py
 	cp $(srcdir)/constants.py.in constants.py
 	chmod 644 constants.py
-	$(top_builddir)/gobject/generate-constants$(EXEEXT) >> constants.py
+	gobject-generate-constants$(EXEEXT) >> constants.py
 	chmod 444 constants.py
 
 generate_constants_CFLAGS = $(GLIB_CFLAGS)
2006-05-26merge of 8ac4847056fba1c5b2b9ba03a8b6cb16c799aa19Mike Westerhof1 2006-05-25Unslung slingbox: upgrade slingbox to 1.1.3 busybox baseMike Westerhof1 2006-05-25Unslung: rootfs & image, cleanup root fs image, fix some startup script synta...Mike Westerhof5 2006-05-13Unslung rootfs update changelog in NOTESMike Westerhof1 2006-04-24unslung_rootfs: NOTES, update changelog.Mike Westerhof1 2006-04-19unslung-rootfs: passwd patch, updated NOTESMike Westerhof3 2006-04-15Unslung: unslung-rootfs, unslung-kernel, unslung-image - rearranged NLS suppo...Mike Westerhof8 2006-04-11unslung-kernel, unslung-image: Now that 6.8-beta is released, moved mainline ...Rod Whitby29 2006-04-06Unslung: README firmware flashing procedure updatedMike Westerhof1 2006-04-04unslung-rootfs: Updated README with new wiki links.Rod Whitby1 2006-04-04unslung-rootfs: Updated README and NOTES for Unslung 6.8-beta release.Rod Whitby2 2006-03-08unslung-rootfs: Updated README and NOTESMike Westerhof2 2006-03-02unslung-rootfs: rc.sysinit fix - clean .pid files in /var/runMike Westerhof3 2006-03-01unslung-rootfs: unsling fix, empty pcmcia dir fix - unsling script fixed for ...Mike Westerhof4 2006-02-26unslung-rootfs: README, NOTES, unsling fix - unsling handles pre-existing pas...Mike Westerhof3 2006-02-25unslung-rootfs: fix missing wtmp and utmpMike Westerhof1 2006-02-25unslung-rootfs: redo ext3flash patch - new ext3flash code can handle both sda...Mike Westerhof1 2006-02-25unslung-rootfs: install updated telnet.htm pageMike Westerhof2 2006-01-04unslung: Usability updates for Unslung 6.x - ipkg prints message when booted ...Rod Whitby18 2005-12-05unslung-rootfs: Updated unsling to match new kernel mapping of drives.Rod Whitby1 2005-12-05unslung-rootfs: Updated unsling to match new kernel mapping of drives.Rod Whitby1