diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-07 17:32:37 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-07 17:32:37 +0000 |
commit | 697db00cd8716e62bac07b0383909f225a83b0fa (patch) | |
tree | ccdd8ddd854286c84a03b227ff3ba128d1f6e069 | |
parent | b2e1ea7365a4fb959fc2de57b2acee1d7acedf8e (diff) |
Applied patch from Giovanni Scafora to po/Makefile.in.in
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@88 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | gtk-recordmydesktop/po/Makefile.in.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk-recordmydesktop/po/Makefile.in.in b/gtk-recordmydesktop/po/Makefile.in.in index d2d4e4c..6538049 100644 --- a/gtk-recordmydesktop/po/Makefile.in.in +++ b/gtk-recordmydesktop/po/Makefile.in.in @@ -211,10 +211,7 @@ Makefile POTFILES: stamp-it $(MAKE) stamp-it; \ fi -stamp-it: Makefile.in.in ../config.status POTFILES.in - cd .. \ - && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ - $(SHELL) ./config.status +stamp-it: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |