You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
435 B

  1. --- a/server/Makefile.in
  2. +++ b/server/Makefile.in
  3. @@ -26,7 +26,10 @@ gen_test_char: $(gen_test_char_OBJECTS)
  4. $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
  5. test_char.h: gen_test_char
  6. - ./gen_test_char > test_char.h
  7. + true
  8. +# ./gen_test_char > test_char.h
  9. +# doesn't matter if you run it on the buildhost or on an wl500gd,
  10. +# same output on both, so i just patched in the test_char.h :).
  11. util.lo: test_char.h