diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-12-03 13:39:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-12-03 13:39:15 -0600 |
commit | 1dbcf2f985c1f3d9319f4c46a0da9951551f82c9 (patch) | |
tree | cec3ec878f2373717f29c3a8095e947600d52177 /korundum/rubylib | |
parent | 46b7d249da20ce38cefd7e73815588a9984a4509 (diff) | |
download | tdebindings-1dbcf2f985c1f3d9319f4c46a0da9951551f82c9.tar.gz tdebindings-1dbcf2f985c1f3d9319f4c46a0da9951551f82c9.zip |
Silence GNU make warnings.
Diffstat (limited to 'korundum/rubylib')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/Makefile.am b/korundum/rubylib/rbkconfig_compiler/Makefile.am index 30aa4328..7b5bd663 100644 --- a/korundum/rubylib/rbkconfig_compiler/Makefile.am +++ b/korundum/rubylib/rbkconfig_compiler/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = . tests RBUIC=rbuic -%.rb: %.ui +.ui.rb: $(RBUIC) -tr ${UIC_TR} -kde $*.ui -o $@ exampleprefs_base.rb: $(srcdir)/example.kcfg rbkconfig_compiler $(srcdir)/exampleprefs_base.kcfgc |