aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/mssql_odbc.php
diff options
context:
space:
mode:
authorDaniel Sinn <daniel.p.sinn@gmail.com>2016-09-30 15:23:17 -0400
committerDaniel Sinn <daniel.p.sinn@gmail.com>2016-09-30 15:23:17 -0400
commit1d25c80a9c2aa654e99905c227bcbb9dede5d2f1 (patch)
treefff086534d18ee4284ebb3d7243b5befe338d408 /phpBB/phpbb/db/driver/mssql_odbc.php
parent6972d06f5921c9fab8e469139ed5646bb495eb8e (diff)
downloadforums-1d25c80a9c2aa654e99905c227bcbb9dede5d2f1.tar
forums-1d25c80a9c2aa654e99905c227bcbb9dede5d2f1.tar.gz
forums-1d25c80a9c2aa654e99905c227bcbb9dede5d2f1.tar.bz2
forums-1d25c80a9c2aa654e99905c227bcbb9dede5d2f1.tar.xz
forums-1d25c80a9c2aa654e99905c227bcbb9dede5d2f1.zip
[ticket/14804] Add core event to MCP after merging topics
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity and to stop overwriting a variable. PHPBB3-14804
Diffstat (limited to 'phpBB/phpbb/db/driver/mssql_odbc.php')
0 files changed, 0 insertions, 0 deletions
ef'>Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 147c0ad2a..ec52ff290 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -24,11 +24,8 @@ xhost+: %: %.c
ddcprobe/ddcxinfos:
$(MAKE) -C ddcprobe ddcxinfos
-$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz
- ./gencompss `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` > $@
-
-$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz
- gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' `
+$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz
+ genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' `
$(BASE)/filelist: $(RPMS)
# genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@