Kaynağa Gözat

Removed old jquery target from make rules

Taddeus Kroes 13 yıl önce
ebeveyn
işleme
14ef23ecd6
1 değiştirilmiş dosya ile 1 ekleme ve 7 silme
  1. 1 7
      external/rules.mk

+ 1 - 7
external/rules.mk

@@ -1,4 +1,4 @@
-TGT_DIR += $(b)pybison $(b)jquery
+TGT_DIR += $(b)pybison
 
 PYBISON_INC := -Iexternal/pybison/src/c -I/usr/include/python2.7
 
@@ -30,9 +30,3 @@ endif
 $(b)pybison/%.c: $(d)pybison/src/pyrex/%.pyx
 	$(py2c) $(py2c_OPTS) -o $@ $<
 	$(RM) $(@D)/*.so
-
-build: $(b)jquery/jquery.min.js
-
-$(b)jquery/jquery.min.js: $(d)jquery/version.txt | $(b)jquery
-	$(MAKE) -C external/jquery
-	ln -sf ../../../$(<D)/dist/jquery.min.js $@